Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2011 14:33:14 +0000 (17:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2011 14:33:14 +0000 (17:33 +0300)
commit5bb6dd9625bce67b40f3b75d4ab55e3abe567faf
treeec07ea7ed41ebe158e812ff51709d7641131dba8
parent9619f46734c81e2b1ddfcb454960823e3781944d
Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding.

 src/term.c (produce_glyphs): Add IT_GLYPHLESS to the values of
 it->what accepted by the xassert.  Fixes a gratuitous crash in an
 Emacs built with -DXASSERTS.
src/ChangeLog
src/term.c